參考資訊: 網站: https://automatetheboringstuff.com/chapter2/ 影片: https://www.youtube.com/watch?v=xJLj6fWfw6k
說明:
import, random and sys
- import:
啟動模組
- random模組
- random.randint(起始值, 最大值): 範圍亂數
- sys模組
- sys.exit( ): 強制退出
random.randint:
sys.exit:
- random模組